[INFO] fetching crate vpx-rs 0.2.1...
[INFO] checking vpx-rs-0.2.1 against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] extracting crate vpx-rs 0.2.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate vpx-rs 0.2.1
[INFO] finished tweaking crates.io crate vpx-rs 0.2.1
[INFO] tweaked toml for crates.io crate vpx-rs 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate vpx-rs 0.2.1 on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 53 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `vpx-rs` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438
[INFO] running `Command { std: "docker" "start" "2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `vpx-rs` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.13.2
[INFO] [stderr]    Compiling bindgen v0.68.1
[INFO] [stderr]    Compiling either v1.18.0
[INFO] [stderr]    Compiling clang-sys v1.9.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]     Checking yuv v0.8.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling env-libvpx-sys v5.1.3
[INFO] [stderr]     Checking vpx-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dec.rs:124:19
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn decode(&mut self, data: &[u8]) -> Result<DecodedImageIterator> {
[INFO] [stdout]     |                   ^^^^^^^^^                         ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn decode(&mut self, data: &[u8]) -> Result<DecodedImageIterator<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dec.rs:295:17
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn data(&self) -> DecodedImageData {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn data(&self) -> DecodedImageData<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enc.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 221 |     ) -> Result<PacketIterator> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     ) -> Result<PacketIterator<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp8NoiseSensitivity`.
[INFO] [stdout]    --> src/enc/ctrl.rs:538:56
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 ctrl!(ctx, VP8E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp8NoiseSensitivity` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:538:56
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 ctrl!(ctx, VP8E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: requested on the command line with `--force-warn invalid-c-variadic-arguments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `vp8e_token_partitions`.
[INFO] [stdout]    --> src/enc/ctrl.rs:547:55
[INFO] [stdout]     |
[INFO] [stdout] 547 |                 ctrl!(ctx, VP8E_SET_TOKEN_PARTITIONS, *part)
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `vp8e_token_partitions` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:547:55
[INFO] [stdout]     |
[INFO] [stdout] 547 |                 ctrl!(ctx, VP8E_SET_TOKEN_PARTITIONS, *part)
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `vp8e_tuning`.
[INFO] [stdout]    --> src/enc/ctrl.rs:555:65
[INFO] [stdout]     |
[INFO] [stdout] 555 |             Self::Tuning(tuning) => ctrl!(ctx, VP8E_SET_TUNING, *tuning),
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `vp8e_tuning` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:555:65
[INFO] [stdout]     |
[INFO] [stdout] 555 |             Self::Tuning(tuning) => ctrl!(ctx, VP8E_SET_TUNING, *tuning),
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp8ScreenContentMode`.
[INFO] [stdout]    --> src/enc/ctrl.rs:573:58
[INFO] [stdout]     |
[INFO] [stdout] 573 |                 ctrl!(ctx, VP8E_SET_SCREEN_CONTENT_MODE, *mode)
[INFO] [stdout]     |                                                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp8ScreenContentMode` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:573:58
[INFO] [stdout]     |
[INFO] [stdout] 573 |                 ctrl!(ctx, VP8E_SET_SCREEN_CONTENT_MODE, *mode)
[INFO] [stdout]     |                                                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9AQMode`.
[INFO] [stdout]    --> src/enc/ctrl.rs:585:67
[INFO] [stdout]     |
[INFO] [stdout] 585 |             Self::Vp9AQMode(mode) => ctrl!(ctx, VP9E_SET_AQ_MODE, *mode),
[INFO] [stdout]     |                                                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9AQMode` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:585:67
[INFO] [stdout]     |
[INFO] [stdout] 585 |             Self::Vp9AQMode(mode) => ctrl!(ctx, VP9E_SET_AQ_MODE, *mode),
[INFO] [stdout]     |                                                                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9NoiseSensitivity`.
[INFO] [stdout]    --> src/enc/ctrl.rs:590:56
[INFO] [stdout]     |
[INFO] [stdout] 590 |                 ctrl!(ctx, VP9E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9NoiseSensitivity` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:590:56
[INFO] [stdout]     |
[INFO] [stdout] 590 |                 ctrl!(ctx, VP9E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9TuneContent`.
[INFO] [stdout]    --> src/enc/ctrl.rs:601:51
[INFO] [stdout]     |
[INFO] [stdout] 601 |                 ctrl!(ctx, VP9E_SET_TUNE_CONTENT, *content)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9TuneContent` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:601:51
[INFO] [stdout]     |
[INFO] [stdout] 601 |                 ctrl!(ctx, VP9E_SET_TUNE_CONTENT, *content)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9ColorRange`.
[INFO] [stdout]    --> src/enc/ctrl.rs:613:50
[INFO] [stdout]     |
[INFO] [stdout] 613 |                 ctrl!(ctx, VP9E_SET_COLOR_RANGE, *range)
[INFO] [stdout]     |                                                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9ColorRange` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:613:50
[INFO] [stdout]     |
[INFO] [stdout] 613 |                 ctrl!(ctx, VP9E_SET_COLOR_RANGE, *range)
[INFO] [stdout]     |                                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9SvcInterLayerPred`.
[INFO] [stdout]    --> src/enc/ctrl.rs:632:59
[INFO] [stdout]     |
[INFO] [stdout] 632 |                 ctrl!(ctx, VP9E_SET_SVC_INTER_LAYER_PRED, *pred)
[INFO] [stdout]     |                                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9SvcInterLayerPred` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:632:59
[INFO] [stdout]     |
[INFO] [stdout] 632 |                 ctrl!(ctx, VP9E_SET_SVC_INTER_LAYER_PRED, *pred)
[INFO] [stdout]     |                                                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:578:19
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn planes(&self) -> YUVImagePlanes<T> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn planes(&self) -> YUVImagePlanes<'_, T> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:779:19
[INFO] [stdout]     |
[INFO] [stdout] 779 |     pub fn planes(&self) -> YUVImagePlanes<T> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 779 |     pub fn planes(&self) -> YUVImagePlanes<'_, T> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:804:23
[INFO] [stdout]     |
[INFO] [stdout] 804 |     pub fn planes_mut(&mut self) -> YUVImagePlanesMut<T> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 804 |     pub fn planes_mut(&mut self) -> YUVImagePlanesMut<'_, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vpx-rs` (lib) due to 9 previous errors; 15 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dec.rs:124:19
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn decode(&mut self, data: &[u8]) -> Result<DecodedImageIterator> {
[INFO] [stdout]     |                   ^^^^^^^^^                         ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn decode(&mut self, data: &[u8]) -> Result<DecodedImageIterator<'_>> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dec.rs:295:17
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn data(&self) -> DecodedImageData {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 295 |     pub fn data(&self) -> DecodedImageData<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enc.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 221 |     ) -> Result<PacketIterator> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     ) -> Result<PacketIterator<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp8NoiseSensitivity`.
[INFO] [stdout]    --> src/enc/ctrl.rs:538:56
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 ctrl!(ctx, VP8E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp8NoiseSensitivity` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:538:56
[INFO] [stdout]     |
[INFO] [stdout] 538 |                 ctrl!(ctx, VP8E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: requested on the command line with `--force-warn invalid-c-variadic-arguments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `vp8e_token_partitions`.
[INFO] [stdout]    --> src/enc/ctrl.rs:547:55
[INFO] [stdout]     |
[INFO] [stdout] 547 |                 ctrl!(ctx, VP8E_SET_TOKEN_PARTITIONS, *part)
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `vp8e_token_partitions` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:547:55
[INFO] [stdout]     |
[INFO] [stdout] 547 |                 ctrl!(ctx, VP8E_SET_TOKEN_PARTITIONS, *part)
[INFO] [stdout]     |                                                       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `vp8e_tuning`.
[INFO] [stdout]    --> src/enc/ctrl.rs:555:65
[INFO] [stdout]     |
[INFO] [stdout] 555 |             Self::Tuning(tuning) => ctrl!(ctx, VP8E_SET_TUNING, *tuning),
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `vp8e_tuning` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:555:65
[INFO] [stdout]     |
[INFO] [stdout] 555 |             Self::Tuning(tuning) => ctrl!(ctx, VP8E_SET_TUNING, *tuning),
[INFO] [stdout]     |                                                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp8ScreenContentMode`.
[INFO] [stdout]    --> src/enc/ctrl.rs:573:58
[INFO] [stdout]     |
[INFO] [stdout] 573 |                 ctrl!(ctx, VP8E_SET_SCREEN_CONTENT_MODE, *mode)
[INFO] [stdout]     |                                                          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp8ScreenContentMode` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:573:58
[INFO] [stdout]     |
[INFO] [stdout] 573 |                 ctrl!(ctx, VP8E_SET_SCREEN_CONTENT_MODE, *mode)
[INFO] [stdout]     |                                                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9AQMode`.
[INFO] [stdout]    --> src/enc/ctrl.rs:585:67
[INFO] [stdout]     |
[INFO] [stdout] 585 |             Self::Vp9AQMode(mode) => ctrl!(ctx, VP9E_SET_AQ_MODE, *mode),
[INFO] [stdout]     |                                                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9AQMode` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:585:67
[INFO] [stdout]     |
[INFO] [stdout] 585 |             Self::Vp9AQMode(mode) => ctrl!(ctx, VP9E_SET_AQ_MODE, *mode),
[INFO] [stdout]     |                                                                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9NoiseSensitivity`.
[INFO] [stdout]    --> src/enc/ctrl.rs:590:56
[INFO] [stdout]     |
[INFO] [stdout] 590 |                 ctrl!(ctx, VP9E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9NoiseSensitivity` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:590:56
[INFO] [stdout]     |
[INFO] [stdout] 590 |                 ctrl!(ctx, VP9E_SET_NOISE_SENSITIVITY, *sens)
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9TuneContent`.
[INFO] [stdout]    --> src/enc/ctrl.rs:601:51
[INFO] [stdout]     |
[INFO] [stdout] 601 |                 ctrl!(ctx, VP9E_SET_TUNE_CONTENT, *content)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9TuneContent` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:601:51
[INFO] [stdout]     |
[INFO] [stdout] 601 |                 ctrl!(ctx, VP9E_SET_TUNE_CONTENT, *content)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9ColorRange`.
[INFO] [stdout]    --> src/enc/ctrl.rs:613:50
[INFO] [stdout]     |
[INFO] [stdout] 613 |                 ctrl!(ctx, VP9E_SET_COLOR_RANGE, *range)
[INFO] [stdout]     |                                                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9ColorRange` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:613:50
[INFO] [stdout]     |
[INFO] [stdout] 613 |                 ctrl!(ctx, VP9E_SET_COLOR_RANGE, *range)
[INFO] [stdout]     |                                                  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `Vp9SvcInterLayerPred`.
[INFO] [stdout]    --> src/enc/ctrl.rs:632:59
[INFO] [stdout]     |
[INFO] [stdout] 632 |                 ctrl!(ctx, VP9E_SET_SVC_INTER_LAYER_PRED, *pred)
[INFO] [stdout]     |                                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Vp9SvcInterLayerPred` does not implement `VaArgSafe`
[INFO] [stdout]    --> src/enc/ctrl.rs:632:59
[INFO] [stdout]     |
[INFO] [stdout] 632 |                 ctrl!(ctx, VP9E_SET_SVC_INTER_LAYER_PRED, *pred)
[INFO] [stdout]     |                                                           ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:578:19
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn planes(&self) -> YUVImagePlanes<T> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn planes(&self) -> YUVImagePlanes<'_, T> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:779:19
[INFO] [stdout]     |
[INFO] [stdout] 779 |     pub fn planes(&self) -> YUVImagePlanes<T> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 779 |     pub fn planes(&self) -> YUVImagePlanes<'_, T> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/image.rs:804:23
[INFO] [stdout]     |
[INFO] [stdout] 804 |     pub fn planes_mut(&mut self) -> YUVImagePlanesMut<T> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 804 |     pub fn planes_mut(&mut self) -> YUVImagePlanesMut<'_, T> {
[INFO] [stdout]     |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vpx-rs` (lib test) due to 9 previous errors; 15 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438", kill_on_drop: false }`
[INFO] [stdout] 2b3d4514c62e799d1ddf198f17a01b7a875bdb4c1d479df1d141956d6d1ac438
